home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presentation Library 1993 Spring
/
ARPL-Spring-93-Partner-Edition.iso
/
Applications
/
Word Processing
/
Aldus Personal Press 2.0
/
PPPouch
/
Additions
/
Measurements
/
Inches
/
Inches
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-05-29
|
327 b
|
21 lines
|
[
SGPA/SCPG
]
on startup
set measurements to inches
end startup
on help
put dialog (preload, 128) into thedialog
put "---a\0" into item2
put "---a\1" into item3
put "---a\2" into item4
repeat forever
get dialog(display, thedialog)
if (it = 1) then exit repeat
end repeat
get dialog(dispose, thedialog)
end help